Search Criteria
Package Details: python-blivet 3.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-blivet.git (read-only, click to copy) |
---|---|
Package Base: | python-blivet |
Description: | A DBus service and python module for management of the system storage configuration |
Upstream URL: | https://fedoraproject.org/wiki/Blivet |
Licenses: | LGPL2.1 |
Submitter: | eworm |
Maintainer: | TankMissile (tallero) |
Last Packager: | tallero |
Votes: | 5 |
Popularity: | 0.000240 |
First Submitted: | 2015-09-04 13:26 (UTC) |
Last Updated: | 2023-08-28 18:45 (UTC) |
Dependencies (17)
- libblockdev (libblockdev-lean)
- libselinux
- lsof (lsof-git)
- multipath-tools
- parted (parted-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-gobject (python-gobject-git)
- python-pyparted
- python-pyudev
- python-six
- systemd-libs (systemd-libs-git, systemd-libs-selinux)
- util-linux (busybox-coreutils, util-linux-selinux, util-linux-aes)
- make (make-git) (make)
- python-setuptools (make)
- libselinux (check)
- python-dbus (dbus-python) (check)
- python-mock (check)
Latest Comments
TankMissile commented on 2022-03-25 06:44 (UTC) (edited on 2022-03-25 06:46 (UTC) by TankMissile)
@tallero I added you as a co-maintainer since you updated the PKGBUILD and seem to still be interested in maintaining this package. I apologize for not responding sooner. If you would like to completely take over maintaining it, I'll orphan the package for you.
tallero commented on 2022-03-12 14:45 (UTC) (edited on 2022-03-12 15:02 (UTC) by tallero)
@TankMissile: I think it's needed when selinux has been setup on the system. about the
python-selinux
dependency per se, I got it wrong, the real dependency is onlibselinux
.TankMissile commented on 2022-02-21 20:42 (UTC)
@tallero Is python-selinux actually needed? I looked at the dependencies and it seems even the current ones might be overkill. I wish I could get a list of all the dependencies this package needs.
tallero commented on 2021-11-12 18:31 (UTC)
There's also a missing dependency for
python-selinux
.tallero commented on 2021-04-24 14:51 (UTC)
Build fails; upgrading the package to 3.3.3 I found there is no makefile but a python setup.
You can find the changes here if you think it is appropriate to merge.