python-packages: add workaround to reenable requirements checking

This commit is contained in:
Erik Arvstedt
2023-12-14 14:53:10 +01:00
parent dc1033f1c8
commit 1c07c5fa5c
14 changed files with 38 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ version, src, lib, buildPythonPackage, fetchurl, future, twisted, service-identity, chromalog, txtorcon, pyaes }:
{ version, src, lib, buildPythonPackageWithDepsCheck, fetchurl, future, twisted, service-identity, chromalog, txtorcon, pyaes }:
buildPythonPackage rec {
buildPythonPackageWithDepsCheck rec {
pname = "joinmarketbase";
inherit version src;