Revert "python3Packages.scooby: unbreak"
This commit is contained in:
parent
d8e15938cb
commit
5b5d14bd69
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@ buildPythonPackage rec {
|
|||
hash = "sha256-wKbCIA6Xp+VYhcQ5ZpHo5usB+ksnMAJyv5naBvl4Cxo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# Drop broken version specifier
|
||||
sed -i '/python_requires/d' setup.py
|
||||
'';
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue