mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 17:04:42 +00:00
python310Packages.aioskybell: Substitute illegal version specifier
Casualty of setuptools improved validation.
This commit is contained in:
parent
f65c02c518
commit
efdbd9fb63
@ -23,6 +23,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-aBT1fDFtq1vasTvCnAXKV2vmZ6LBLZqRCiepv1HDJ+Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'version="master",' 'version="${version}",'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
aiofiles
|
||||
|
Loading…
Reference in New Issue
Block a user