python3Packages.logurich: relax rich, python3Packages.cyvest: 5.3.0 -> 5.3.3 (#501746)
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "cyvest";
|
||||
version = "5.3.0";
|
||||
version = "5.3.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PakitoSec";
|
||||
repo = "cyvest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-FoQxhQHV1VuLfCsi3eRtxhFhuiHOtRDQc8+bhln+MOQ=";
|
||||
hash = "sha256-4vNfv5dIoeRhnTXNFgqvtxBaCONceXnJhF9RsLD1CIA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -26,6 +26,8 @@ buildPythonPackage (finalAttrs: {
|
||||
--replace-fail "uv_build>=0.9.20,<0.10.0" "uv_build"
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [ "rich" ];
|
||||
|
||||
build-system = [ uv-build ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user