-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Can make-deb be used with python3 ?
I am on ubuntu 15.10 and have dh-virtualenv 0.7.2 (the apt-get version).
After install I get following error:
usr@xps:~/pq$ pip3 install make-deb
Collecting make-deb
Using cached make-deb-0.0.4.tar.gz
Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from make-deb)
Requirement already satisfied (use --upgrade to upgrade): MarkupSafe in /home/usr/.venvs/pq3/lib/python3.4/site-packages (from Jinja2->make-deb)
Building wheels for collected packages: make-deb
Running setup.py bdist_wheel for make-deb ... done
Stored in directory: /home/usr/.cache/pip/wheels/2f/01/5f/ea57068e5f453fb5fd2326faf937c35c79c0cf998bd0eeaf09
Successfully built make-deb
Installing collected packages: make-deb
Successfully installed make-deb-0.0.4
(pq3) usr@xps:~/pq$ make-deb
File "/home/usr/.venvs/pq3/bin/make-deb", line 14
print e
^
SyntaxError: Missing parentheses in call to 'print'