소스 검색

Fix name of Debian dependency

Alois Mahdal 6 년 전
부모
커밋
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,