diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-27 21:55:13 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-27 21:55:13 +0000 |
commit | 144d87bf8411de394d8eb933781a8f8c5f069aa7 (patch) | |
tree | f84813d31a0e8689321c461d240bce422be042bf | |
parent | f02102f3ef7ed76f1604f663347374d75f6d16e1 (diff) | |
download | python-urllib3-144d87bf8411de394d8eb933781a8f8c5f069aa7.tar python-urllib3-144d87bf8411de394d8eb933781a8f8c5f069aa7.tar.gz |
Cleanup
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 7e92dea..8e9492a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ export PYBUILD_NAME=urllib3 export PYTHONWARNINGS=d -PYVERS := $(shell pyversions -r) -PY3VERS := $(shell py3versions -r) - %: dh $@ --with python2,python3 --buildsystem=pybuild |