We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e1593 commit 5b5d14bCopy full SHA for 5b5d14b
1 file changed
pkgs/development/python-modules/scooby/default.nix
@@ -25,11 +25,6 @@ buildPythonPackage rec {
25
hash = "sha256-wKbCIA6Xp+VYhcQ5ZpHo5usB+ksnMAJyv5naBvl4Cxo=";
26
};
27
28
- postPatch = ''
29
- # Drop broken version specifier
30
- sed -i '/python_requires/d' setup.py
31
- '';
32
-
33
SETUPTOOLS_SCM_PRETEND_VERSION = version;
34
35
nativeBuildInputs = [
0 commit comments