bikeshed: refactor

This commit is contained in:
natsukium
2024-11-08 00:07:12 +09:00
parent 96a14dbad5
commit da270d4934
+5 -7
View File
@@ -38,20 +38,18 @@
buildPythonApplication rec {
pname = "bikeshed";
version = "4.2.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vtZ97brCk+fd/HsA2UHdS17o8rJ/VvSOdhg0MHzlCs8=";
};
# Relax requirements from "==" to ">="
# https://github.com/tabatkins/bikeshed/issues/2178
postPatch = ''
substituteInPlace requirements.txt \
--replace "==" ">="
'';
build-system = [ setuptools ];
propagatedBuildInputs = [
pythonRelaxDeps = true;
dependencies = [
about-time
aiofiles
aiohttp