Revert "python3Packages.osqp: 0.6.7.post3 -> 1.0.1"
This reverts commit e8ff8ef376.
The revert fixes the build.
Unfortunately it's not as easy as just dropping the postPatch.
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "osqp";
|
||||
version = "1.0.1";
|
||||
version = "0.6.7.post3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-hCXSQGfZ8g7peRmWWVD25mEXhlQRTW+M4hQYzBI+sLM=";
|
||||
hash = "sha256-sMXgpyHyHJckCXpP1QEIME0pZGjRJOFvNKxnBG9wIOE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user