python-packages: add workaround to reenable requirements checking
This commit is contained in:
parent
dc1033f1c8
commit
1c07c5fa5c
14 changed files with 38 additions and 26 deletions
|
|
@ -3,7 +3,7 @@
|
|||
, version
|
||||
, src
|
||||
, lib
|
||||
, buildPythonPackage
|
||||
, buildPythonPackageWithDepsCheck
|
||||
, argon2_cffi
|
||||
, autobahn
|
||||
, bencoderpyx
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
, werkzeug
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackageWithDepsCheck rec {
|
||||
pname = "joinmarketclient";
|
||||
inherit version src;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue