python3Packages.csvs-to-sqlite: remove pandas version constraint
This commit is contained in:
parent
ed77cf1c56
commit
af1eb21dbf
@ -23,6 +23,11 @@ buildPythonPackage rec {
|
||||
sha256 = "0n80y9a6qhbhhbz64jdpscx0nha9jn9nygp9nkgszmw04ri5j5hm";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace pandas~=0.25.0 pandas
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
dateparser
|
||||
|
Loading…
Reference in New Issue
Block a user