Skip to content

Commit

Permalink
python-rdpy: remove conflicting file.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 6, 2024
1 parent 46518fa commit eb6a34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/python-rdpy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=('python2-rdpy' 'python-rdpy')
_pkgname=rdpy
pkgver=1.3.2
_pyver=3.12
pkgrel=16
pkgrel=17
epoch=1
pkgdesc='Remote Desktop Protocol in Twisted Python.'
arch=('any')
Expand Down Expand Up @@ -52,6 +52,6 @@ package_python-rdpy() {
python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build

rm -f \
"$pkgdir/usr/lib/python$_pyver/site-packages/rle.cpython-311-x86_64-linux-gnu.so"
"$pkgdir/usr/lib/python$_pyver/site-packages/rle.cpython-${_pyver//./}-x86_64-linux-gnu.so"
}

0 comments on commit eb6a34b

Please sign in to comment.