archlinux/PKGBUILD: remove python2
This commit is contained in:
parent
0dfd135d02
commit
7dea32379c
@ -10,7 +10,7 @@ arch=("x86_64")
|
|||||||
url="http://qubes-os.org/"
|
url="http://qubes-os.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
makedepends=(gcc make pkg-config "qubes-vm-utils>=3.1.3" qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python2 python lsb-release pandoc)
|
makedepends=(gcc make pkg-config "qubes-vm-utils>=3.1.3" qubes-libvchan qubes-db-vm qubes-vm-xen libx11 python lsb-release pandoc)
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
provides=()
|
provides=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
@ -61,13 +61,13 @@ build() {
|
|||||||
# * core systemd services and drop-ins
|
# * core systemd services and drop-ins
|
||||||
# * basic network functionality (setting IP address, DNS, default gateway)
|
# * basic network functionality (setting IP address, DNS, default gateway)
|
||||||
package_qubes-vm-core() {
|
package_qubes-vm-core() {
|
||||||
depends=("qubes-vm-utils>=3.1.3" python2 python-xdg ethtool ntp net-tools
|
depends=("qubes-vm-utils>=3.1.3" python-xdg ethtool ntp net-tools
|
||||||
gnome-packagekit imagemagick fakeroot notification-daemon dconf
|
gnome-packagekit imagemagick fakeroot notification-daemon dconf
|
||||||
zenity qubes-libvchan "qubes-db-vm>=3.2.1" haveged python-gobject
|
zenity qubes-libvchan "qubes-db-vm>=3.2.1" haveged python-gobject
|
||||||
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
python-dbus xdg-utils notification-daemon gawk sed procps-ng librsvg
|
||||||
socat
|
socat
|
||||||
)
|
)
|
||||||
optdepends=(gnome-keyring gnome-settings-daemon python2-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
|
optdepends=(gnome-keyring gnome-settings-daemon python-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
|
||||||
install=PKGBUILD.install
|
install=PKGBUILD.install
|
||||||
|
|
||||||
# Note: Archlinux removed use of directory such as /sbin /bin /usr/sbin (https://mailman.archlinux.org/pipermail/arch-dev-public/2012-March/022625.html)
|
# Note: Archlinux removed use of directory such as /sbin /bin /usr/sbin (https://mailman.archlinux.org/pipermail/arch-dev-public/2012-March/022625.html)
|
||||||
|
Loading…
Reference in New Issue
Block a user