Alois Mahdal 6 лет назад
Родитель
Сommit
d1e6e4a1ef
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      packaging/debian/control

+ 2
- 2
packaging/debian/control Просмотреть файл

@@ -10,7 +10,7 @@ Build-Depends:
10 10
  shellfu (<< 0.11),
11 11
  shellfu-bash,
12 12
  shellfu-bash-pretty,
13
- libxml2-python,
13
+ python-libxml2,
14 14
 
15 15
 Package: __MKIT_PROJ_PKGNAME__
16 16
 Architecture: all
@@ -19,7 +19,7 @@ Depends:
19 19
  shellfu (<< 0.11),
20 20
  shellfu-bash,
21 21
  shellfu-bash-pretty,
22
- libxml2-python,
22
+ python-libxml2,
23 23
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
24 24
  pxpath is Shellfu/Bash wrapper around libxml2-python with intent
25 25
  to enable you to make simple XPath queries from a shell script,