Merge pull request #222467 from NixOS/revert-221874-scooby-unbreak

Revert "python3Packages.scooby: unbreak"
This commit is contained in:
Robert Schütz 2023-03-21 20:20:41 -07:00 committed by GitHub
commit a3a19417b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [