mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
python310Packages.mezzanine: add missing extra dependency
This commit is contained in:
parent
1ef616a56c
commit
27f48e897b
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
version = "6.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6" || isPyPy;
|
||||
disabled = pythonOlder "3.7" || isPyPy;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Mezzanine";
|
||||
@ -50,10 +50,11 @@ buildPythonPackage rec {
|
||||
requests
|
||||
requests-oauthlib
|
||||
tzlocal
|
||||
];
|
||||
] ++ bleach.optional-dependencies.css;
|
||||
|
||||
# Tests Fail Due to Syntax Warning, Fixed for v3.1.11+
|
||||
doCheck = false;
|
||||
|
||||
# sed calls will be unecessary in v3.1.11+
|
||||
preConfigure = ''
|
||||
sed -i 's/==/>=/' setup.py
|
||||
|
Loading…
Reference in New Issue
Block a user