sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #08418
[Merge] ~troyanov/maas:fix-2019229 into maas:master
Anton Troyanov has proposed merging ~troyanov/maas:fix-2019229 into maas:master.
Commit message:
fixup! bump pylxd version
Because 2.3.2 is not released yet, any pre-release version will fail to
conform previously required version constraint.
```
dpkg --compare-versions 2.3.2~alpha1-433-10-g.1f1f903~ubuntu23.04.1 ge 2.3.2
```
This commit makes a more specific version constraint that should work
for both released and pre-release versions.
This constraint is needed to avoid 2.3.2~alpha1-420-10-g.72426bf~ubuntu22.04.1
Resolves LP:2019229
Requested reviews:
MAAS Maintainers (maas-maintainers)
For more details, see:
https://code.launchpad.net/~troyanov/maas/+git/maas/+merge/442967
--
Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/debian/control b/debian/control
index 974de8a..442d0a3 100644
--- a/debian/control
+++ b/debian/control
@@ -143,7 +143,7 @@ Depends: lshw,
python3-paramiko,
python3-pexpect,
python3-prometheus-client,
- python3-pylxd (>= 2.3.2),
+ python3-pylxd (>= 2.3.2~alpha1-433-10),
python3-pyparsing,
python3-pypureomapi,
python3-pyvmomi,
Follow ups