spotify / dh-virtualenv

Python virtualenvs in Debian packages

Home Page:http://dh-virtualenv.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pybuild compatibility

opened this issue · comments

Hi,

I tried to use dh-virtualenv with compat=12 at first it complained because "python-distutils" was no longer allowed so I tried adding --with python2,python3 --buildsystem=pybuild to dh parameters but I got another error: dh_virtualenv: error: no such option: --buildsystem

I am not an expert in this area but my understanding is that dh_virtualenv won't work with v12 compat which is now the recommended version. (If there is a way to make it work you may want to consider updating the doc.)

It works in v11 although I get some warning about the upcoming deprecation.
I don't really think I need any v12 specific feature for now so I don't necessarily need an immediate solution.

Thank you !