python3Packages.pyside2: remove superfluous pythonOlder
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
cmake,
|
||||
libxcrypt,
|
||||
ninja,
|
||||
qt5,
|
||||
shiboken2,
|
||||
@@ -85,12 +84,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optionals withWebengine [
|
||||
qt5.qtwebengine
|
||||
]
|
||||
++ (with python.pkgs; [ setuptools ])
|
||||
++ (lib.optionals (python.pythonOlder "3.9") [
|
||||
# see similar issue: 202262
|
||||
# libxcrypt is required for crypt.h for building older python modules
|
||||
libxcrypt
|
||||
]);
|
||||
++ (with python.pkgs; [ setuptools ]);
|
||||
|
||||
propagatedBuildInputs = [ shiboken2 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user